(version 2)
(include "sci.sh")
(exports
    53 Helen Back
)
(use "Main")
(use "Blink")
(use "View")
(script 1811)



(instance public {Helen Back} of Talker
    (properties
        x 5
        y 5
        view 1812
        loop 3
        disposeWhenDone 2
        talkWidth 150
        textX 133
        textY 12
    )

    (method (init param1)
        = back gBack
        = font gFont
        (if (== gNumber 600)
            = x 200
            = y 76
            = textX -180
        )
        (super:init(helenBackBust helenBackEyes helenBackMouth rest param1))
    )

)
(instance helenBackBust of Prop
    (properties
        view 1812
        loop 1
    )
)
(instance helenBackEyes of Prop
    (properties
        nsTop 35
        nsLeft 36
        view 1812
        loop 2
    )
)
(instance helenBackMouth of Prop
    (properties
        nsTop 43
        nsLeft 30
        view 1812
    )
)
